ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeMap<T> Class / BindingName Property

In This Topic
    BindingName Property (TreeMap<T>)
    In This Topic
    Gets or sets the name of the property containing name of the data item. It is used to show name of the node.
    Syntax
    'Declaration
     
    Public Property BindingName As String()
    public string[] BindingName {get; set;}
    See Also